ResourceLock Method |
| Name | Description | |
|---|---|---|
| Lock |
Lock the current resource.
| |
| Lock(Int32) |
Lock a resource based on the given parameters.
| |
| Lock(String) |
Lock a resource based on the given parameters.
| |
| Lock(ActiveLock) |
Lock a resource based on the given parameters.
| |
| Lock(String, ActiveLock) |
Lock a resource based on the given parameters.
| |
| Lock(String, Int32) |
Lock a resource based on the given parameters.
| |
| Lock(String, String) |
Lock a resource based on the given parameters.
| |
| Lock(String, String, Int32) |
Lock a resource based on the given parameters.
| |
| Lock(String, String, String) |
Lock a resource based on the given parameters.
|